/* 重置主体区域宽度 */

@media (min-width: 1530px) {

    .container {

        width: 1500px;

    }

}



/* header */

.wmy-head{}

.wmy-head-top {

    background: #272c4c;

    padding-top: 19px;

    height: 55px;

}

.social-share a{

    border: none !important;

    color: #d4d5db !important;

    margin: 0 !important;

    height: 21px !important;

    line-height: 21px !important;

}

.social-share a:hover {

    color: #FE0000 !important;

    background: none !important;

}

.langs-group {

    text-align: right;

}

.langs-group .feedback {

    display: inline-block;

    padding-right: 20px;

}

.langs-group .feedback > a {

    background: url(../images/messagee.png) 0 50% no-repeat;

    color: #dad8d8;

    padding-left: 26px;

    display: inline-block;

}

.langs-group .feedback > a.site-map-top {

    background: url(../images/sitemap.png) 0 50% no-repeat;

    background-size: 21px auto;

}





.langs-group .btn {

    background: none;

    border: none;

    padding: 0;

    color: #fff;

    font-size:  12px;

}

.langs-group .btn img {

    vertical-align: -2px;

}



/* nav-bar */

.wmy-head-nav {

    padding: 10px 0;

}

.wmy-head-nav .container {

    position: relative;

}



/* logo */

.wmy-head-logo {

    position: relative;

}

.logo-img {

    display: block;

}



/* nav */

.wmy-nav {

    padding-right: 50px;

    padding-top: 25px;

    position: relative;

}

.wmy-nav > li {

    width: 14.2857%;

    float: left;

    text-align: center;
	position: relative;
}



.wmy-nav > li > a {

    display: inline-block;

    padding: 0 10px;

    font-family: "Tahoma";

    font-size: 17px;

    color: rgb(51, 51, 51);

    height: 40px;

    border-bottom: 5px solid transparent;

    text-transform: uppercase;

}

.wmy-nav > li > a img {

    margin-left: 5px;

    transition: all .5s ease;

}

.wmy-nav > li > a:hover {

    border-bottom-color: #003F99;

}



.wmy-nav .wmy-sub-nav {

    position: absolute;

    z-index: 99;

    left: 50%;
    transform: translateX(-50%);

    background: #fff;

    border-radius: 5px;
    min-width: 100%;
    max-width: 300%;

    border: 1px solid #ccc;

    display: none;

}

.wmy-nav .wmy-sub-nav a{

    display: block;

    text-align: center;

    line-height: 30px;

    font-size: 14px;

    color: #666;

    margin: 0 10px;
    white-space: nowrap;
    padding: 0 10px;

}

.wmy-nav .wmy-sub-nav a:hover {

    color: #003F99;

}







/* search */

.wmy-search{

    position: absolute;

    width: 50px;

    text-align: right;

    right: 0;

    top: 29px;

    padding-right: 15px;

}

.wmy-search .search-btn {

    display: inline-block;

    width: 22px;

    height: 22px;

    cursor: pointer;

    background: url(../images/search-btn.png) center no-repeat;

}

.wmy-search .search {

    display: none;

    position: absolute;

    width: 280px;

    right: 15px;

    z-index: 99;

}

.wmy-search .search .keyword {

    height: 40px;

}

.wmy-search .search .btn-default {

    width: 40px;

    height: 40px;

    background: url(../images/search.png) 50% 50% no-repeat #003F99;

}



/* 手机头部样式 */

@media (max-width: 990px) {

    .wmy-head-logo {

        padding-right: 20%;

    }

    /* 手机导航按钮 */

    .wmy-nav-btn {

        display: block;

        position: absolute;

        z-index: 999;

        right: 50px;

        width: 30px;

        top: 50%;

        margin-top: -11px;

    }

    .wmy-nav-btn span, .wmy-nav-btn:after, .wmy-nav-btn:before {

        display: block;

        height: 2px;

        background: #333;

        -webkit-transition: all .5s ease;

        transition: all .5s ease;

    }

    .wmy-nav-btn span {

        margin: 8px 0;

    }

    .wmy-nav-btn:after, .wmy-nav-btn:before {

        content: '';

        -webkit-transform-origin: 3%;

        transform-origin: 3%;

    }

    .wmy-nav-btn.clicked span {

        opacity: 0;

    }

    .wmy-nav-btn.clicked:after {

        -webkit-transform: rotate(-45deg);

        transform: rotate(-45deg);

    }

    .wmy-nav-btn.clicked:before {

        -webkit-transform: rotate(45deg);

        transform: rotate(45deg);

    }



    .wmy-nav {

        padding: 10px 0 0 0;

        display: none;

    }

    .wmy-nav > li {

        float: none;

        width: 100%;

        text-align: left;

    }

    .wmy-nav > li > a {

        line-height: 35px;

        display: block;

        padding: 0 0 0 15px;

    }

    .wmy-nav .wmy-sub-nav{

        position: static;

        border: none;

        background: #efefef;

        border-radius: 0;

    }

    .wmy-nav .wmy-sub-nav a{

        padding-left: 30px;

        text-align: left;

    }



}



/* banenr */

#carousel-example-generic .carousel-control{

    z-index: 999;

    width: 44px;

    height: 145px;

    top: 50%;

    margin-top: -72px;

    opacity: 1;

    bottom: auto;

    background-color: #272c4c;

    background-position: center;

    background-repeat: no-repeat;

}

#carousel-example-generic .left {

    background-image: url(../images/ban_ljt.png);

}

#carousel-example-generic .right {

    background-image: url(../images/ban_rjt.png);

}

@media (max-width: 768px) {

    #carousel-example-generic .carousel-control{

        width: 30px;

        height: 70px;

        margin-top: -35px;

        background-size:50%;

    }

}



/*wmyin-about*/

.wmyin-about {

    margin: 30px 0;

    background: #f2f3f8;

}

.about-img p {

    margin-bottom: 0;

}
.about-img {
    margin-bottom: -6px
}
.about-img video {

    width: 100%;

}

.wmyin-about .about-wz .wz-tit {

    padding-top: 100px;

    margin-bottom: 30px;

}

.wmyin-about .about-wz .wz-tit h3 {

    display: inline-block;

    font-size: 48px;

    color: #333333;

    font-family: Arial;

    vertical-align: middle;

    margin: 0;

}

.wmyin-about .about-wz .wz-tit .line {

    display: inline-block;

    width: 44px;

    height: 4px;

    background: #003F99;

    vertical-align: middle;

    margin: 0 20px;

}

.wmyin-about .about-wz .wz-tit .wz-year {

    display: inline-block;

    vertical-align: middle;

    font-size: 14px;

    font-family: "Tahoma";

    color: rgb(51, 51, 51);

    text-transform: uppercase;

}

.wmyin-about .about-wz .wz-tit .wz-year span {

    display: block;

}



.wmyin-about .about-wz .wz-con {

    font-size: 16px;

    font-family: "Montserrat";

    color: rgb(102, 102, 102);

    line-height: 1.6;

    margin-bottom: 30px;

}

.wmyin-about .wz-btn a {

    width: 40%;

    display: inline-block;

    vertical-align: middle;

    line-height: 55px;

    font-size: 14px;

    font-family: "Myriad Pro";

    color: rgb(51, 51, 51);

    text-transform: uppercase;

    border:none;

    text-align: center;

}

.wmyin-about .wz-btn .btna {

    background: #003F99;

    color: white;

}

.wmyin-about .wz-btn .btnb {

    background: #272c4c;

    color: #fff;

}

.wmyin-about .wz-btn span {

    display: inline-block;

    line-height: 55px;

    font-size: 16px;

    color: #999999;

    vertical-align: middle;

    margin: 0 25px;

}



@media (max-width: 1530px) {

    .wmyin-about .about-wz .wz-tit {

        padding-top: 50px;

    }

}

@media (max-width: 1200px) {

    .wmyin-about .about-wz .wz-tit {

        padding-top: 20px;

        margin-bottom: 10px;

    }

    .wmyin-about .wz-btn a {

        line-height: 35px;

    }

    .wmyin-about .wz-btn span {

        line-height: 35px;

    }

}

@media (max-width: 990px) {

    .wmyin-about {
        margin:30px 0;
    }


    .wmyin-about .about-wz {

        padding-bottom: 20px;

    }

}

@media (max-width: 400px) {

    .wmyin-about .wz-btn a {

        width: 35%;

    }

}



/*xyin-indexa*/

.xyin-indexa {

    height: 350px;

    background-position: top center;

    background-repeat: no-repeat;

    background-size: cover;

}

.xyin-indexa .indexa-item {

    text-align: center;

    padding-top: 120px;

}

.xyin-indexa .indexa-item .num {

    font-size: 60px;

    font-family: "Montserrat";

    color: rgb(255, 255, 255);

    margin-bottom: 20px;

}

.xyin-indexa .indexa-item .num span{

    display: inline-block;

    border-bottom: 6px solid #003F99;

}

.xyin-indexa .indexa-item h4{

    font-size: 24px;

    color: #ffffff;

    text-transform: capitalize;

}

@media (max-width: 990px) {

    .xyin-indexa {

        height:auto;

        padding-bottom: 80px;

    }

}

@media (max-width: 768px) {

    .xyin-indexa {

        padding-bottom: 50px;

    }

    .xyin-indexa .indexa-item {

        padding-top: 50px;

    }

    .xyin-indexa .indexa-item .num {

        font-size: 40px;

        margin-bottom: 20px;

    }

    .xyin-indexa .indexa-item h4{

        font-size: 18px;

    }

}



/*wmy-product*/

.wmy-product {

    background: #f9f9f9;

    margin-top: 45px;

    padding: 60px 0;

}

.wmyin-tit {



    border-bottom: 1px solid #e2e2e2;

    margin-bottom: 60px;

}

.wmyin-tit .container {

    position: relative;

}

.wmyin-tit h3 {

    font-size: 60px;

    color: #333333;

    text-transform: capitalize;

    margin: 0;

}

.wmyin-tit a {

    position: absolute;

    font-size: 14px;

    color: #333333;

    bottom: 0;

    right:15px;

    z-index: 99;

    text-transform: capitalize;

}

.wmy-pro-list li[class^='col-'] {

    padding: 0 10px;

}

.wmy-pro-list .pro-list-item  {}

.wmy-pro-list .pro-list-item .img{

    display: block;

    position: relative;

    background: #fff;

    overflow: hidden;

}

.wmy-pro-list .pro-list-item .img img{

    border: 1px solid #e5e5e5;

    width: 100%;

}

.wmy-pro-list .pro-list-item .img .zz-bg {

    position: absolute;

    z-index: 9;

    left:0;

    right:0;

    bottom:0;

    top:0;

    background: rgba(25,27,32,.2);

    transition: all .5s ease;

    transform: translateY(100%);

}

.wmy-pro-list .pro-list-item .img .zz-bg .zz-wz {

    width: 50%;

    line-height: 50px;

    height: 50px;

    text-align: center;

    border-radius: 5px;

    background: #ff4b34;

    color: #fff;

    font-size: 16px;

    position: absolute;

    left:0;

    right:0;

    bottom:0;

    top:0;

    text-transform: uppercase;

    margin: auto;

}

.wmy-pro-list .pro-list-item:hover .img .zz-bg {

    transform: translateY(0);

}

.wmy-pro-list .pro-list-item .product-title {

    text-align: center;

    overflow: hidden;

    font-size: 18px;
		
	height: 40px;
	margin-bottom: 10px;

}

.wmy-pro-list .pro-list-item .product-title a {

    color: #191b20;

}

.wmy-pro-more {

    text-align: center;

}

.wmy-pro-more a {

    display: inline-block;

    width: 240px;

    text-align: center;

    line-height: 48px;

    border: 2px solid #f15323;

    color: #f15323;

    font-size: 18px;

    text-transform: uppercase;

    border-radius: 2px;

}

.wmy-pro-more a:hover {

    background: #f15323;

    color: #fff;

}



@media (max-width: 990px) {

    .wmy-product {

        padding: 30px 0;

    }

    .wmyin-tit {

        margin-bottom: 50px;

    }

    .wmyin-tit h3 {

        font-size:40px;

    }

    .wmyin-tit a {

        font-size: 14px;

    }

    .wmy-pro-more a {

        width: 180px;

        line-height: 35px;

        border: 1px solid #f15323;

        font-size: 16px;

    }

}

@media (max-width: 990px) {


    .wmyin-tit h3 {

        font-size:25px;

    }

}



/*wmy-clients*/

.wmy-clients {

    margin-bottom: 80px;

}

.clients-slick {

    position: relative;

}

.clients-slick .slick-arrow {

    position: absolute;

    z-index: 99;

    width: 33px;

    height: 56px;

    top: 50%;

    margin-top: -28px;



    outline:none;

    border:none;

    font-size:0;

}

.clients-slick .slick-prev {

    background: url(../images/clients_ljt.png) center no-repeat;

    left: -33px;

}

.clients-slick .slick-next {

    background: url(../images/clients_rjt.png) center no-repeat;

    right: -33px;

}

.clients-slick .slick-slide {

    outline: none;

}

.clients-slick .slick-slide img {

    display: inline-block;

    width: 100%;

}

.clients-slick .clients-item {

    padding: 0 13px;

}

.clients-slick .clients-item a {

    display: block;

    background: #fff;

    border:1px solid #c9c9c9

}

.clients-slick .clients-item a:hover {

    border-color: #90bbe0;

}

@media (max-width: 768px) {

    .clients-slick .slick-arrow {

        background-size: 50%;

    }

    .clients-slick .slick-prev {

        left: 0;

    }

    .clients-slick .slick-next {

        right: 0;

    }

}



/*wmy-news*/

.wmy-news {

    margin-bottom: 50px;

}

.wmy-news-list {



}

.wmy-news-item {

    margin-bottom: 40px;

}

.wmy-news-item:after {

    content: '';

    display: table;

    clear: both;

}

.wmy-news-item .img {

    display: block;

    float: left;

    width: 50%;

    padding-right: 30px;

}

.wmy-news-item .img img {

    max-width: 100%;

}

.wmy-news-item .wz {

    width: 50%;

    float: left;

}

.wmy-news-item .wz .date {

    font-size: 18px;

    color: #999999;

    font-family: Arial;

}

.wmy-news-item .wz h3 {

    font-size: 18px;

    line-height: 1.7;

    color: #666666;

    margin:20px 0 40px 0;

}

.wmy-news-item .wz .more {

    display: inline-block;

    width: 60%;

    line-height: 43px;

    background: #003F99;

    font-size: 18px;

    color: white;

    text-align: center;

}

.wmy-news-item:hover h3{

    color: #3845b2;

}



@media (max-width: 1200px) {

    .wmy-news-item .wz .date {

        font-size: 16px;

    }

    .wmy-news-item .wz h3 {

        margin: 10px 0;

        font-size: 16px;

    }

    .wmy-news-item .wz .more {

        line-height: 35px;

    }

}



@media (max-width: 990px) {

    .wmy-news-item .wz .date {

        font-size: 14px;

    }

    .wmy-news-item .wz h3 {

        font-size: 14px;

    }

    .wmy-news-item .wz .more {

        display: none;

    }

}



/*wmy-footer*/

.wmy-footer {

    background: #272c4c;

    padding: 95px 0 30px 0;

}

.wmy-footer  .ft-title {

    font-size: 20px;

    color: #ffffff;

    margin-bottom: 30px;

}

.wmy-footer .ft-title:after {

    content: "";

    display: block;

    width: 80%;

    border-bottom: 2px solid #9a9cac;

    padding-top: 10px;

}

.wmy-footer .last-ft-title:after {

    width: 100%;

}

.wmy-footer .ft-contact {



}

.wmy-footer .ft-contact h4{

    font-size: 18px;

    color: #ffffff;

    text-transform: uppercase;

}

.wmy-footer .ft-contact li {

    font-size: 14px;

    color: #ffffff;

    line-height: 30px;

    margin-bottom: 5px;

    padding-left: 35px;

    margin-left: 30px;

}

.ft-add {

    background: url(../images/ft_add.png) left center no-repeat;

}

.ft-phone {

    background: url(../images/ft_phone.png) left center no-repeat;

}

.ft-mail {

    background: url(../images/ft_mail.png) left center no-repeat;

}

.wmy-footer  .ft-menu {

    font-size: 0;

}

.wmy-footer .ft-menu li {

    width: 50%;

    display: inline-block;

    margin-bottom: 15px;

}

.wmy-footer .ft-menu a{

    display: block;

    font-size: 14px;

    color: #ffbb00;

    background:url(../images/ft_nav_jt.png) left center no-repeat;

    padding-left: 35px;

    text-transform: uppercase;

}

.wmy-footer .ft-menu a:hover {

    text-decoration: underline;

}

.wmy-footer .hot-keys {

    font-size: 14px;

    color: #ffffff;

    margin-bottom: 25px;

}

.wmy-footer .ft-search .form-control {

    border: none;

    border-radius: 0;

    height: 32px;

}

.wmy-footer .ft-search .btn {

    background: #003F99;

    color: #333333;

    font-size: 14px;

    border: none;

    border-radius: 0;

    text-transform: uppercase;

    padding: 6px 20px;

    font-weight: bold;

}

.wmy-footer .copyright {

    font-size: 14px;

    color: #ffffff;

}

.wmy-footer .copyright {

    margin-top: 50px;

    text-align: center;

}

.wmy-footer .copyright div,

.wmy-footer .copyright p {

    display: inline-block;

}

.wmy-footer .copyright div {

    margin-right: 40px;

}



@media (max-width: 990px) {

    .wmy-footer {

        padding: 30px 0;

    }

    .wmy-footer .ft-title:after {

        width: 100%;

    }

}



.backtop {

    position: fixed;

    z-index: 999;

    width: 79px;

    height: 79px;

    right: 120px;

    bottom: 20%;

    cursor: pointer;

}



@media (max-width: 768px) {

    .backtop {

        right: 5%;

        text-align: center;

        line-height: 79px;

    }

    .backtop img {

        width: 35px;

    }

}

.jqzoom .small {
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.zoomPad {
		float: none !important;
	}
}

.langs-group .feedback .top-phone {
	background: url(../images/contact-icon.png) left center no-repeat;
}
.langs-group .feedback .top-mail {
	background: url(../images/mail-icon.png) left center no-repeat;
}

.case-detail .title, .detail-title, .left-title {
	padding: 8px 0;
}


/*product-detail-messge*/
.product-detail-messge {
    margin-top: 20px;
}

.product-detail-messge .message-title {
    line-height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #292929;
    color: #CCC;
    padding-left: 3%;
    border-radius: 5px 5px 5px 5px;
}

.detail-mail {
    
}
.detail-mail a{
    display: inline-block;
    color: #FFF;
    padding: 6px 10px;
    background-color: #FF8000;
    border-radius: 3px;
}
.detail-mail a:hover {
    background: #333333;
}

.product-list .content .list .cont .product-title {
	white-space: normal;
	line-height: 25px;
}
.product-list .content .list:hover .more {
	top: 60px;
}